Skip to content

hotfix#2100

Merged
trillium merged 1 commit intohackforla:developmentfrom
trillium:hotfix/buttongroup-mui-button
Mar 10, 2026
Merged

hotfix#2100
trillium merged 1 commit intohackforla:developmentfrom
trillium:hotfix/buttongroup-mui-button

Conversation

@trillium
Copy link
Copy Markdown
Member

Fixes #1703

What changes did you make and why did you make them ?

  • Replace custom StyledButton import from ProjectForm with MUI's Button component directly
  • Fix incorrect sx="large" prop (should be size="large") and remove invalid cursor="pointer" prop
  • Apply cursor and width styles via the sx prop where they belong

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Visuals before changes are applied

N/A - no visual change, buttons render the same

Visuals after changes are applied

N/A - no visual change, buttons render the same

Remove dependency on ProjectForm's StyledButton component and use
MUI Button directly, fixing incorrect sx/size prop usage.
@trillium trillium merged commit 0e35dfb into hackforla:development Mar 10, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update HTML components to MUI: ./src/components/manageProjects/editProject.jsx

2 participants